Eclipse Platform
Pre-release 3.0

Uses of Interface
org.eclipse.ui.keys.IKeyFormatter

Packages that use IKeyFormatter
org.eclipse.ui.keys   
 

Uses of IKeyFormatter in org.eclipse.ui.keys
 

Methods in org.eclipse.ui.keys that return IKeyFormatter
static IKeyFormatter SWTKeySupport.getKeyFormatterForPlatform()
          Provides an instance of IKeyFormatter appropriate for the current instance.
static IKeyFormatter KeyFormatterFactory.getCompactKeyFormatter()
          Provides an instance of CompactKeyFormatter.
static IKeyFormatter KeyFormatterFactory.getDefault()
          An accessor for the current default key formatter.
static IKeyFormatter KeyFormatterFactory.getEmacsKeyFormatter()
          Provides an instance of XemacsKeyFormatter.
static IKeyFormatter KeyFormatterFactory.getFormalKeyFormatter()
          Provides an instance of FormalKeyFormatter.
 

Methods in org.eclipse.ui.keys with parameters of type IKeyFormatter
static void KeyFormatterFactory.setDefault(IKeyFormatter defaultKeyFormatter)
          Sets the default key formatter.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.